home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / AmigaTalk / general / larray.st < prev    next >
Text File  |  2000-02-13  |  334b  |  10 lines

  1. "---------------------------------------------------------------------"
  2. " This is just a null version of ArrayedCollection to serve as a place"
  3. " holder until the real version is read in during the prelude         "
  4. "---------------------------------------------------------------------"
  5.  
  6. Class ArrayedCollection
  7. [
  8.    nothing
  9.      1
  10. ]